projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d08135
)
(file-cache-filter-regexps): Added .class.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Feb 1999 18:16:13 +0000
(18:16 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Feb 1999 18:16:13 +0000
(18:16 +0000)
lisp/filecache.el
patch
|
blob
|
history
diff --git
a/lisp/filecache.el
b/lisp/filecache.el
index a580ee67ba1cea6e600fd204b128643024a63720..a689e994ae1458d7d36d5b0aeb235aca5e4866ce 100644
(file)
--- a/
lisp/filecache.el
+++ b/
lisp/filecache.el
@@
-152,7
+152,7
@@
;; User-modifiable variables
(defcustom file-cache-filter-regexps
(list "~$" "\\.o$" "\\.exe$" "\\.a$" "\\.elc$" ",v$" "\\.output$"
- "\\.$" "#$")
+ "\\.$" "#$"
"\\.class$"
)
"*List of regular expressions used as filters by the file cache.
File names which match these expressions will not be added to the cache.
Note that the functions `file-cache-add-file' and `file-cache-add-file-list'